-
Notifications
You must be signed in to change notification settings - Fork 1.3k
changelog v3 and core package readme #1205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: b3e33cc The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greptile Overview
Greptile Summary
Added v3.0.0 changelog entry and created core package README.
Key Changes:
- Added comprehensive v3.0.0 changelog documenting major changes including removal of internal Playwright dependency, 20-40% performance improvements, and compatibility with multiple browser automation tools
- Created
packages/core/README.mdthat mirrors the main repository README with project overview, features, and usage instructions - Both files are documentation-only changes with no code modifications
Confidence Score: 5/5
- This PR is safe to merge with no risk
- This is a documentation-only PR that adds a changelog entry for v3 and creates a README for the core package. Both files are well-formatted, accurate, and consistent with the existing documentation style. No code changes are included.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| CHANGELOG.md | 5/5 | Added v3.0.0 changelog entry with major changes including removed Playwright dependency, performance improvements, and new features |
| packages/core/README.md | 5/5 | New README file for core package, mirrors main README with project overview, features, and usage instructions |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PR as Pull Request
participant Repo as Repository
participant NPM as NPM Registry
Dev->>PR: Add CHANGELOG.md v3.0.0 entry
Note over Dev,PR: Document major changes:<br/>- Removed Playwright dependency<br/>- 20-40% performance improvement<br/>- Multi-framework compatibility
Dev->>PR: Create packages/core/README.md
Note over Dev,PR: Mirror main README:<br/>- Project overview<br/>- Getting started guide<br/>- Code examples
PR->>Repo: Merge documentation changes
Repo->>NPM: Publish @browserbasehq/stagehand@3.0.0
Note over Repo,NPM: README visible on NPM package page
NPM-->>Dev: Users can view changelog and docs
2 files reviewed, no comments
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @browserbasehq/stagehand@3.0.1 ### Patch Changes - [#1207](#1207) [`55da8c6`](55da8c6) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix broken links to quickstart docs - [#1200](#1200) [`0a5ee63`](0a5ee63) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - log info when scope narrowing selector fails - [#1205](#1205) [`ee76881`](ee76881) Thanks [@miguelg719](https://github.com/miguelg719)! - Update README.md, add Changelog for v3 - [#1209](#1209) [`9e95add`](9e95add) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix circular import in exported aisdk example client - [#1211](#1211) [`98e212b`](98e212b) Thanks [@miguelg719](https://github.com/miguelg719)! - Add an example for passing custom tools to agent - [#1206](#1206) [`d5ecbfc`](d5ecbfc) Thanks [@miguelg719](https://github.com/miguelg719)! - Export example AISdkClient properly from the stagehand package ## @browserbasehq/stagehand-evals@1.1.1 ### Patch Changes - Updated dependencies \[[`55da8c6`](55da8c6), [`0a5ee63`](0a5ee63), [`ee76881`](ee76881), [`9e95add`](9e95add), [`98e212b`](98e212b), [`d5ecbfc`](d5ecbfc)]: - @browserbasehq/stagehand@3.0.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
why
Changelog for v3 missing, package README for core missing
what changed
test plan